home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: in2.uu.net!world!ibe
- From: ibe@world.std.com (ira ekhaus)
- Subject: questions numerical C
- Message-ID: <DoIy7J.Bt5@world.std.com>
- Organization: The World Public Access UNIX, Brookline, MA
- Date: Tue, 19 Mar 1996 17:06:55 GMT
-
-
- I'm trying to figure out the relation between analog devices
- numerical C, and language extensions under gnu C .
- I'm especially confused by the absence of an
- iter declaration in gnu C.
-
- This lets the code
- A[k]=B[k][j]*C[k];
-
- represent a loop over the range that k is defined over.
-
- Can this type of operation be implemented in gnu C?
- thanks,
-
- Ira Ekhaus
- Synap Corporation 100 Wildwood Ave,Arlington MA 02174
- ibe@world.std.com 617 641 3295 fax 617 641 2415
-